projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55fafcf
)
(BROKEN_SA_RESTART): Defined.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Jul 2002 17:31:10 +0000
(17:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Jul 2002 17:31:10 +0000
(17:31 +0000)
src/s/hpux11.h
patch
|
blob
|
history
diff --git
a/src/s/hpux11.h
b/src/s/hpux11.h
index 98a4775f609ec3db6f587bc3042b83c1cc5d32b2..893e0874eafe9142a1ac38450bc516e450239947 100644
(file)
--- a/
src/s/hpux11.h
+++ b/
src/s/hpux11.h
@@
-6,3
+6,6
@@
#undef POSIX_SIGNALS
#endif
#define POSIX_SIGNALS 1
+
+/* SA_RESTART resets the timeout of `select', so don't use it. */
+#define BROKEN_SA_RESTART